ViewStack.addTitled

Adds a child to @self.

The child is identified by the @name. The @title will be used by [class@ViewSwitcher] to represent @child, so it should be short.

class ViewStack
addTitled
(,
string name
,
string title
)

Parameters

child Widget

the widget to add

name string

the name for @child

title string

a human-readable title for @child

Return Value

the AdwViewStackPage for @child

Meta